Meta description:

When performing an action that deals Slashing damage, the character may spend 4 SP to deals Slashing damage to additional targets. If applied, the character selects 1 target that is within your action reach. The target suffers 1 Slashing damage die, same as the original action, halfed on a successfull free Reflex test. A target affected by the original action cannot be selected for this effect, and no target may be affected more than once by the same use of this Talent. The additional damage is resolved separately for each valid target.

  • Name:

    mCleaveI

  • Displayed name:

    Cleave I

  • Description:

    When performing an action that deals Slashing damage, the character may spend 4 SP to deals Slashing damage to additional targets. If applied, the character selects 1 target that is within your action reach. The target suffers 1 Slashing damage die, same as the original action, halfed on a successfull free Reflex test. A target affected by the original action cannot be selected for this effect, and no target may be affected more than once by the same use of this Talent. The additional damage is resolved separately for each valid target.

  • Cost:

    expCost(200,200)-0

  • Script:

  • Duration:

    -1

  • Type:

    0

  • Recurrent script:

  • Add ons:

    • Condition:

      action:tagsContain([[slashingDamage]])

    • Description:

    • Variables:

      vCleaveTarget = 1 vCleaveCost = 4 vCleaveDie = 1

    • Script:

    • Action effects:

      • Use case:

        0

      • Name:

        Cleave

      • Description:

        You can spend vCleaveCost.string SP to deal vCleaveDie.string Slashing damage dice halfed by a successful free Reflex test to up to vCleaveTarget.string targets within your action reach. Each target take one less damage die than the previous one.

      • Script:

      • Variables:

  • Upgrades:

    • Name:

      mCleaveII

    • Displayed name:

      Cleave II

    • Description:

      Increase the number of Slashing damage dice for the first target to 2, the number of total target to 2. Each target take one less damage dice than the previous one.

    • Cost:

      expCost(550,250)-100

    • Script:

      master.displayName:set([[Cleave II]]) master.description:replace([[1 Slashing damage die]],[[2 Slashing damage dice]]) master.description:replace([[1 target]],[[2 targets]]) master.addOns[1].variables:replace([[vCleaveTarget = 1]],[[vCleaveTarget = 2]]) master.addOns[1].variables:replace([[vCleaveDie = 1]],[[vCleaveDie = 2]])

    • Duration:

      -1

    • Type:

      0

    • Recurrent script:

    • Add ons:

    • Name:

      mCleaveIII

    • Displayed name:

      Cleave III

    • Description:

      Decrease the cost to 3 SP. Increase the number of Slashing damage dice for the first target to 3, the number of total target to 3.

    • Cost:

      expCost(1350,450)-275

    • Script:

      master.displayName:set([[Cleave III]]) master.description:replace([[2 Slashing damage dice]],[[3 Slashing damage dice]]) master.description:replace([[2 targets]],[[3 targets]]) master.description:replace([[spend 4 SP]],[[spend 3 SP]]) master.addOns[1].variables:replace([[vCleaveTarget = 2]],[[vCleaveTarget = 3]]) master.addOns[1].variables:replace([[vCleaveDie = 2]],[[vCleaveDie = 3]]) master.addOns[1].variables:replace([[vCleaveCost = 4]],[[vCleaveCost = 3]])

    • Duration:

      -1

    • Type:

      0

    • Recurrent script:

    • Add ons:

    • Name:

      mCleaveIV

    • Displayed name:

      Cleave IV

    • Description:

      Increase the number of Slashing damage dice for the first target to 4, the number of total target to 4.

    • Cost:

      expCost(2300,550)-675

    • Script:

      master.displayName:set([[Cleave IV]]) master.description:replace([[3 Slashing damage dice]],[[4 Slashing damage dice]]) master.description:replace([[3 targets]],[[4 targets]]) master.addOns[1].variables:replace([[vCleaveTarget = 3]],[[vCleaveTarget = 4]]) master.addOns[1].variables:replace([[vCleaveDie = 3]],[[vCleaveDie = 4]])

    • Duration:

      -1

    • Type:

      0

    • Recurrent script:

    • Add ons: